From: Debian OpenLDAP Maintainers Date: Fri, 30 Oct 2020 01:36:26 +0000 (+0000) Subject: add-tlscacert-option-to-ldap-conf X-Git-Tag: archive/raspbian/2.4.47+dfsg-3+rpi1+deb10u3^2~16 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4ff95b879c05c38d509be4dfefd322f435860fa6;p=openldap.git add-tlscacert-option-to-ldap-conf Gbp-Pq: Name add-tlscacert-option-to-ldap-conf --- diff --git a/libraries/libldap/ldap.conf b/libraries/libldap/ldap.conf index a94cfaab..42d42b0d 100644 --- a/libraries/libldap/ldap.conf +++ b/libraries/libldap/ldap.conf @@ -11,3 +11,7 @@ #SIZELIMIT 12 #TIMELIMIT 15 #DEREF never + +# TLS certificates (needed for GnuTLS) +TLS_CACERT /etc/ssl/certs/ca-certificates.crt +